home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TDLGYESNO / TDLGYESNO.txt
Encoding:
Text File  |  2003-04-25  |  1.6 KB  |  84 lines

  1. object DlgYesNo: TDlgYesNo
  2.   Left = 220
  3.   Top = 238
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'LookDisk'
  7.   ClientHeight = 142
  8.   ClientWidth = 392
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FileName: TLabel
  18.     Left = 20
  19.     Top = 20
  20.     Width = 358
  21.     Height = 26
  22.     AutoSize = False
  23.     Font.Color = clBlack
  24.     Font.Height = -12
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     WordWrap = True
  29.   end
  30.   object Meldung: TLabel
  31.     Left = 20
  32.     Top = 53
  33.     Width = 360
  34.     Height = 36
  35.     AutoSize = False
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     WordWrap = True
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 20
  45.     Top = 101
  46.     Width = 77
  47.     Height = 27
  48.     Font.Color = clBlack
  49.     Font.Height = -13
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     TabOrder = 0
  54.     Kind = bkYes
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 165
  58.     Top = 101
  59.     Width = 77
  60.     Height = 27
  61.     Font.Color = clBlack
  62.     Font.Height = -13
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 1
  67.     Kind = bkNo
  68.   end
  69.   object BitBtn3: TBitBtn
  70.     Left = 296
  71.     Top = 101
  72.     Width = 83
  73.     Height = 27
  74.     Caption = '&Cancel'
  75.     Font.Color = clBlack
  76.     Font.Height = -13
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 2
  81.     Kind = bkCancel
  82.   end
  83. end
  84.